-
Notifications
You must be signed in to change notification settings - Fork 59
feat(adk): add docs #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat(adk): add docs #329
Conversation
| |------|-------|-------------| | ||
| | `--help` | `-h` | Show help information | | ||
| | `--version` | `-V` | Show version number | | ||
| | `--no-cache` | | Disable caching for integration lookups | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'lookups'?
for-developers/adk/cli-reference.mdx
Outdated
| |------|-------------|---------| | ||
| | `-p, --port` | Port for the development server | `3000` | | ||
| | `--port-console` | Port for the console/UI server | `3001` | | ||
| | `-l, --logs` | Stream logs to stderr (CI/CLI-friendly mode, disables UI) | `false` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'stderr'?
for-developers/adk/cli-reference.mdx
Outdated
| ``` | ||
|
|
||
| <Note> | ||
| Run `adk dev` first to create a development bot if you don't have a devId in your `agent.json`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'devId'?
This PR adds documentation for the ADK.